home *** CD-ROM | disk | FTP | other *** search
File List | 1992-12-08 | 1.3 KB | 33 lines | [TEXT/MPS ] |
-
- MC680xx Assembler - Ver 3.2 08-Dec-92 Page 1
- Copyright Apple Computer, Inc. 1984-1991
-
- Loc F Object Code Addr M Source Statement
-
- 00000 PreCompletion PROC EXPORT
- 00000
- 00000 4E56 0000 LINK A6,#0 ; Link for the debugger.
- 00004 48E7 0004 MOVEM.L A5,-(SP) ; Preserve A5 register.
- 00008
- 00008 2F08 MOVE.L A0, -(SP) ; Pass PB pointer as the parameter.
- 0000A G 2A68 FFF8 MOVE.L -8(A0),A5 ; Set A5 to passed value (ourA5).
- 0000E G 2068 FFFC MOVE.L -4(A0),A0 ; A0 = real completion routine address.
- 00012 4E90 JSR (A0) ; Transfer control to ourCompletion.
- 00014
- 00014 4CDF 2000 MOVEM.L (SP)+,A5 ; Restore A5 register.
- 00018 4E5E UNLK A6 ; Unlink.
- 0001A 4E75 RTS ; Return.
- 0001C
- 0001C STRING ASIS ; The debugger string.
- 0001C 8D 507265436F6 DC.B $8D,'PreCompletion'
- 0002A 0000 DC.W $0000
- 0002C STRING PASCAL
- 0002C
- 0002C ENDP
-
- END
-
- Elapsed time: 0.13 seconds.
-
- Assembly complete - no errors found. 22 lines.
-